--Release service
--The part has been processed and the Importer can release the service.
--Release service
--The part has been processed and the Importer can release the service
(type : integer) -- type of importer(0..failure, 1..setup, 2..processing)
is
do
	if type=0 then
		-- add your code here
		station.failureImp.releaseExporters;
	elseif type=1 then
		-- add your code here
		Station.imp.releaseExporters;	
	elseif type=2 then
		-- add your code here
		Station.imp.releaseExporters;
	end;
end;
/*Station:Enter the name of the station which imports the service here.
*/